Skip to content

Support PHP 8 #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 26, 2020
Merged

Support PHP 8 #61

merged 2 commits into from
Nov 26, 2020

Conversation

Naktibalda
Copy link
Member

All dependencies actually work on PHP8, some of them just haven't updated version requirement in their composer.json

@@ -12,7 +12,7 @@
],
"minimum-stability": "RC",
"require": {
"php": ">=7.0.8 <8.0",
"php": ">=7.0.8 <9.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compatibility with php 8.0 does not guarantee compatibility with 8.1+ .
I personally would have blocked it at <8.1. But I've seen that that was the way to add PHP8 support elsewhere in Codeception.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not doing this every year 😄
There were no compatibility issues with 8.0 in module code across all modules, so I have high expectations for 8.1 too.

@TavoNiievez TavoNiievez added this to the 1.4.2 milestone Nov 26, 2020
@TavoNiievez TavoNiievez merged commit 7c11357 into master Nov 26, 2020
@TavoNiievez TavoNiievez deleted the php8 branch November 26, 2020 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants